- io_close
GIOStatus function(GIOChannel*, GError**) io_close;
Undocumented in source.
- io_create_watch
GSource* function(GIOChannel*, GIOCondition) io_create_watch;
Undocumented in source.
- io_free
void function(GIOChannel*) io_free;
Undocumented in source.
- io_get_flags
GIOFlags function(GIOChannel*) io_get_flags;
Undocumented in source.
- io_read
GIOStatus function(GIOChannel*, gchar*, gsize, gsize*, GError**) io_read;
Undocumented in source.
- io_seek
GIOStatus function(GIOChannel*, gint64, GSeekType, GError**) io_seek;
Undocumented in source.
- io_set_flags
GIOStatus function(GIOChannel*, GIOFlags, GError**) io_set_flags;
Undocumented in source.
- io_write
GIOStatus function(GIOChannel*, const(gchar)*, gsize, gsize*, GError**) io_write;
Undocumented in source.